home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
teletub.swf
/
scripts
/
DefineButton2_273
/
BUTTONCONDACTION on(press, keyPress 1).as
Wrap
Text File
|
2001-11-21
|
563b
|
24 lines
on(press, keyPress "1"){
set("/:Weapon","1");
setProperty("/Weapon1", _visible, "1");
setProperty("/Weapon2", _visible, "0");
setProperty("/Weapon3", _visible, "0");
tellTarget("/Weapon2")
{
gotoAndStop("Hide");
tellTarget("/Weapon3")
{
gotoAndStop("Hide");
}
tellTarget("/Sounds")
{
gotoAndStop("WeaponChange");
tellTarget("/Weapon1")
{
gotoAndPlay(1);
}
startDrag("/Cursor","1","40","390","600","480");
}
}
}